home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00162.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  364 b   |  19 lines

  1. on exitFrame
  2.   updateStage()
  3.   set the visible of sprite 44 to 0
  4.   put " " into field "display"
  5.   set the textSize of member "display" to 24
  6.   compose()
  7.   puppetSprite(1, 0)
  8.   puppetSprite(2, 0)
  9.   puppetSprite(3, 0)
  10.   puppetSound(7, 0)
  11.   updateStage()
  12.   if the lastClick > (15 * 60) then
  13.     puppetSprite(4, 0)
  14.     go("dt")
  15.   else
  16.     play frame "da"
  17.   end if
  18. end
  19.